diff options
| author | Ricardo Ribalda <[email protected]> | 2015-05-12 16:20:29 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-05-28 08:18:09 -0400 |
| commit | d67b72d56359f2a240a2014c7b18853de3dabf37 (patch) | |
| tree | 24201ebb7b3f21db13473e23b0d66fd5935dce19 /include | |
| parent | a560ad7083736fa147137eda2b04fd98b159c63f (diff) | |
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 <[email protected]>
Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Diffstat (limited to 'include')
| -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 0ccd73a8681..ccae703cbce 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 |
