OS_3.0.0 is difference with low version.
ARTIK530 is changed the nexell header size from 512bytes to 1K.
Signature OS version also needs to change to os_3.0.0.
Change-Id: Iba7c3d66d93678dad53d988d0c0047bb691ce4e9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
#define CPU_RELEASE_ADDR CONFIG_SYS_INIT_SP_ADDR
#define CONFIG_SIG
-#define CONFIG_EXTRA_SIZE SZ_512
+#define CONFIG_EXTRA_SIZE SZ_1K
/*-----------------------------------------------------------------------
* High Level System Configuration
%description
bootloader for Embedded boards based on ARM processor
-%define os_version 1.0.0
+%define os_version 3.0.0
%prep
%setup -q
This package includes SECURE_BINGEN and config files for the tool to create
image with nexell format.
-%define os_version 2.0.0
+%define os_version 3.0.0
%prep
%setup -q
elif [ $CONFIG == "artik530_raptor_config" ]; then
echo -n "artik530_raptor" > sig-board
OUTPUT_BIN="u-boot.bin"
- INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 512))
+ INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1024))
elif [ $CONFIG == "artik710_raptor_config" ]; then
echo -n "artik710_raptor" > sig-board
INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1120))