This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
I am customising the U boot source for compiling locally to make changes in uboot source of Edison.
I have downloaded the source Edison-u-boot, and trying to build the code.
I have configured for x86 with command as following
make coreboot-x86_defconfig,
- is it the correct config for x86 Edison board?
and want to build the code.
When I do make,
getting following error.
undefined reference to `__normal___udivdi3'
make: *** [u-boot] Error 1
Please suggest and provide documentation for customising Edison Uboot.
Provide links for sources of Uboot.