[U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel

Allow to booting a dt kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- The following patch is required to get dt booting to work: http://lists.denx.de/pipermail/u-boot/2012-April/122781.html
include/configs/mx28evk.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 02f3366..cb4ff37 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -225,6 +225,7 @@ #define CONFIG_BOOTCOMMAND "run bootcmd_net" #define CONFIG_LOADADDR 0x42000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR +#define CONFIG_OF_LIBFDT
/* * Extra Environments

Allow to booting a dt kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/m28evk.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 012381a..39d6a07 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -279,6 +279,7 @@ #define CONFIG_BOOTCOMMAND "run bootcmd_net" #define CONFIG_LOADADDR 0x42000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR +#define CONFIG_OF_LIBFDT
/* * Extra Environments

On 23/04/2012 18:06, Fabio Estevam wrote:
Allow to booting a dt kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks.
Best regards, Stefano Babic

On 23/04/2012 18:06, Fabio Estevam wrote:
Allow to booting a dt kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks.
Best regards, Stefano Babic
participants (2)
-
Fabio Estevam
-
Stefano Babic