diff options
author | Ricardo Ribalda <ricardo.ribalda@gmail.com> | 2015-05-12 16:20:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:09 -0400 |
commit | d67b72d56359f2a240a2014c7b18853de3dabf37 (patch) | |
tree | 24201ebb7b3f21db13473e23b0d66fd5935dce19 | |
parent | a560ad7083736fa147137eda2b04fd98b159c63f (diff) | |
download | u-boot-d67b72d56359f2a240a2014c7b18853de3dabf37.tar.gz u-boot-d67b72d56359f2a240a2014c7b18853de3dabf37.tar.xz u-boot-d67b72d56359f2a240a2014c7b18853de3dabf37.zip |
ppc: xilinx-ppc: Move to generic board support
Generic board support seems to work just fine. Tested on ml507 with
bitstream generated on the latest ISE software.
Tested-by: Georg Schardt <schardt@team-ctech.de>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
-rw-r--r-- | include/configs/xilinx-ppc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/xilinx-ppc.h b/include/configs/xilinx-ppc.h index 0ccd73a868..ccae703cbc 100644 --- a/include/configs/xilinx-ppc.h +++ b/include/configs/xilinx-ppc.h @@ -11,6 +11,9 @@ #ifndef __CONFIG_XLX_H #define __CONFIG_XLX_H + +#define CONFIG_SYS_GENERIC_BOARD + /* #define DEBUG #define ET_DEBUG |