From: Chunhe Lan Date: Fri, 7 Nov 2014 07:15:49 +0000 (+0800) Subject: powerpc/p1023rdb: Enable configs to use generic board code X-Git-Tag: KARO-TXA5-2015-06-26~167^2~28 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=fb735723696628a1a99e768fc25e646560588ec7 powerpc/p1023rdb: Enable configs to use generic board code Add configs: o CONFIG_SYS_GENERIC_BOARD o CONFIG_DISPLAY_BOARDINFO in P1023RDB config header file to use U-boot generic board code. Signed-off-by: Chunhe Lan Reviewed-by: York Sun --- diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index 6b29add78e..2ce186e92c 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -10,6 +10,9 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 #endif