ls1046ardb.h (a52ff334c5b16e71a58fb75f35394761e645f7e9) | ls1046ardb.h (f7244f2c4815aa80a7cd7e9ceaee1969a16acd47) |
---|---|
1/* 2 * Copyright 2016 Freescale Semiconductor 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#ifndef __LS1046ARDB_H__ 8#define __LS1046ARDB_H__ --- 238 unchanged lines hidden (view full) --- 247 "bootm $kernel_load" 248 249#define MTDPARTS_DEFAULT "mtdparts=1550000.quadspi:1m(rcw)," \ 250 "15m(u-boot),48m(kernel.itb);" \ 251 "7e800000.flash:16m(nand_uboot)," \ 252 "48m(nand_kernel),448m(nand_free)" 253#endif 254 | 1/* 2 * Copyright 2016 Freescale Semiconductor 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#ifndef __LS1046ARDB_H__ 8#define __LS1046ARDB_H__ --- 238 unchanged lines hidden (view full) --- 247 "bootm $kernel_load" 248 249#define MTDPARTS_DEFAULT "mtdparts=1550000.quadspi:1m(rcw)," \ 250 "15m(u-boot),48m(kernel.itb);" \ 251 "7e800000.flash:16m(nand_uboot)," \ 252 "48m(nand_kernel),448m(nand_free)" 253#endif 254 |
255#include <asm/fsl_secure_boot.h> 256 |
|
255#endif /* __LS1046ARDB_H__ */ | 257#endif /* __LS1046ARDB_H__ */ |