diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-10-30 10:32:57 +0100 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-10-30 10:32:57 +0100 |
commit | eb7cade38b22f954a86277456d98a5bb4921577f (patch) | |
tree | 6755c3b92b806535d9ee69b575a2d715bfcde7c1 | |
parent | a1e6ba1c680eff3352f8111fc73d9b9562d401aa (diff) | |
download | bootable_bootloader_goldelico_gta04-eb7cade38b22f954a86277456d98a5bb4921577f.zip bootable_bootloader_goldelico_gta04-eb7cade38b22f954a86277456d98a5bb4921577f.tar.gz bootable_bootloader_goldelico_gta04-eb7cade38b22f954a86277456d98a5bb4921577f.tar.bz2 |
clarification
-rw-r--r-- | u-boot/board/goldelico/gta04/systest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04/systest.c b/u-boot/board/goldelico/gta04/systest.c index f96b79e..473e9e4 100644 --- a/u-boot/board/goldelico/gta04/systest.c +++ b/u-boot/board/goldelico/gta04/systest.c @@ -606,6 +606,8 @@ int OTGchargepump(int enable) return 0; } +// NOTE: this table is only for GTA04 + static struct { int gpio; |