diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-12 21:39:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-12 21:41:07 -0400 |
commit | 8f9eee8275cf475f6d9435e85aa2d04b61b3cd75 (patch) | |
tree | 1e09bcb44c8e3bc72f3a8315616ec49057e3e49d /boot/image-fdt.c | |
parent | 6fc212779c990ff27a430e370bfb8fac01ddde7f (diff) | |
parent | ecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3 (diff) |
Merge branch '2022-08-12-assorted-updates'
- Clean up some code with the DH electronics boards, remove a few boards
that have had their removal ack'd, update Azure CI hosts for macOS and
Ubuntu, and migrate a few more symbols to Kconfig.
Diffstat (limited to 'boot/image-fdt.c')
-rw-r--r-- | boot/image-fdt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/image-fdt.c b/boot/image-fdt.c index 5e5b24674d3..e75d051c872 100644 --- a/boot/image-fdt.c +++ b/boot/image-fdt.c @@ -24,10 +24,6 @@ #include <dm/ofnode.h> #include <tee/optee.h> -#ifndef CONFIG_SYS_FDT_PAD -#define CONFIG_SYS_FDT_PAD 0x3000 -#endif - /* adding a ramdisk needs 0x44 bytes in version 2008.10 */ #define FDT_RAMDISK_OVERHEAD 0x80 |