mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
ORIGEN : enable device tree support
Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org> Acked-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
0e0a5366f1
commit
099e884ace
@ -165,4 +165,7 @@
|
|||||||
#define COPY_BL2_SIZE 0x80000
|
#define COPY_BL2_SIZE 0x80000
|
||||||
#define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
|
#define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
|
||||||
#define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)
|
#define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)
|
||||||
|
|
||||||
|
/* Enable devicetree support */
|
||||||
|
#define CONFIG_OF_LIBFDT
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user