This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux kernel trees don't match, even though they're supposedly the same version

I have two Linux kernel source trees, supposedly from the same version.

The first came from the AM335x SDK 07.00.00.00.

The second came from this git repo (specifically, the .tar.gz download link on the linked page). The linked page (I'm pretty certain) is where I got from following the release notes from the SDK version to the kernel version to the git repo branch/tag.

The problem is, the file "arch/arm/configs/tisdk_am335x-evm_defconfig" is present in the SDK tree but not in the git repo tree I took a snapshot of.

Why is this? Shouldn't the two be identical? Are there additional files added to the SDK linux tree that are not in the git repo kernel tree?